home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / Z8UUAF (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  1.3 KB  |  24 lines

  1. package com.sun.java.swing.plaf.metal;
  2.  
  3. import java.beans.PropertyChangeEvent;
  4. import java.beans.PropertyChangeListener;
  5. import java.io.Serializable;
  6.  
  7. class MetalInternalFrameUI$ContentPaneListener implements PropertyChangeListener, Serializable {
  8.    // $FF: synthetic field
  9.    MetalInternalFrameUI this$0;
  10.  
  11.    public void propertyChange(PropertyChangeEvent e) {
  12.       String name = e.getPropertyName();
  13.       if (name.equals("contentPane")) {
  14.          MetalInternalFrameUI.access$stripContentBorder(this.this$0, e.getNewValue());
  15.       }
  16.  
  17.    }
  18.  
  19.    // $FF: synthetic method
  20.    MetalInternalFrameUI$ContentPaneListener(MetalInternalFrameUI this$0) {
  21.       this.this$0 = this$0;
  22.    }
  23. }
  24.